home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 71 / Cine Live 71.iso / pc / Data / Interface / mm3.k < prev    next >
Encoding:
Text File  |  2003-08-06  |  17.7 KB  |  429 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000375,$00000085,$0000019A,$0000030B,$00000000,$FFFFFFF1,$00000000,$00000000};
  6.         LayoutWindow is {$00000095,$00000055,$00000353,$000002D0,$00000012,$00000034,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oMusic2,
  16.         oMM13,
  17.         o254,
  18.         o265,
  19.         o276,
  20.         o287,
  21.         o298,
  22.         o309,
  23.         o3110,
  24.         o3211,
  25.         o3312,
  26.         o3417,
  27.         o3513,
  28.         oBTdroite14,
  29.         oBTgauch15,
  30.         ommsomm16
  31.     ];
  32.     Events is [
  33.         cOnscreenEvent
  34.         with Flags is $00000004; 
  35.             Commands is [
  36.                 cRunCommand
  37.                 with Flags is $00000004; Target is oMusic2; Rewind is true; end
  38.             ];
  39.         end,
  40.         cKeyboardEvent
  41.         with Value is "+"; 
  42.             Commands is [
  43.                 cSetVolumeCommand
  44.                 with Flags is $00000004; Mode is ExecuteHigher; end
  45.             ];
  46.         end,
  47.         cKeyboardEvent
  48.         with Value is "-"; 
  49.             Commands is [
  50.                 cSetVolumeCommand
  51.                 with Flags is $00000004; Mode is ExecuteLower; end
  52.             ];
  53.         end,
  54.         cKeyboardEvent
  55.         with Flags is $00000004; Value is "m"; 
  56.             Commands is [
  57.                 cRunCommand
  58.                 with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
  59.             ];
  60.         end
  61.     ];
  62. end;
  63.  
  64. object oMusic2 is cSound
  65. with 
  66.     Flags is $00000154; 
  67.     Name is "Music"; 
  68.     
  69.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  70.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  71.     Looping is true; 
  72.     URL is "../Sons/5.mp3"; 
  73.     
  74. end;
  75.  
  76. object oMM13 is cImage
  77. with 
  78.     Flags is $00000400; 
  79.     Name is "MM1"; 
  80.     Enabled is false; 
  81.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  82.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  83.     
  84.     URL is "../Images/mm3.jpg"; 
  85.     
  86.     
  87. end;
  88.  
  89. object o254 is cBox
  90. with 
  91.     Flags is $00008151; 
  92.     Name is "25"; 
  93.     Region is {$FFFF0268,$00100030,$008D00C4,$00100042,$00457FFF,$00110041,$00420045,$004B7FFF,$00120040,$0041004B,$00517FFF,$0013003F,$00400051,$00577FFF,$00140057,$005D7FFF,$0015005D,$00627FFF,$00160062,$00687FFF,$0017003E,$003F0068,$006E7FFF,$0018006E,$00747FFF,$00190074,$007A7FFF,$001A007A,$00807FFF,$001B0080,$00867FFF,$001C0086,$008C7FFF,$001D008C,$00927FFF,$001E003D,$003E0092,$00987FFF,$001F0098,$009E7FFF,$0020009E,$00A37FFF,$002100A3,$00A97FFF,$002200A9,$00AF7FFF,$002300AF,$00B57FFF,$002400B5,$00BB7FFF,$0025003C,$003D00BB,$00C17FFF,$002600C1,$00C47FFF,$002900C3,$00C47FFF,$002B003B,$003C7FFF,$003000C2,$00C37FFF,$0032003A,$003B7FFF,$003600C1,$00C27FFF,$00380039,$003A7FFF,$003D00C0,$00C17FFF,$003F0038,$00397FFF,$004300BF,$00C07FFF,$00460037,$00387FFF,$004900BE,$00BF7FFF,$004C0036,$00377FFF,$005000BD,$00BE7FFF,$00530035,$00367FFF,$005600BC,$00BD7FFF,$00590034,$00357FFF,$005D00BB,$00BC7FFF,$00600033,$00347FFF,$006300BA,$00BB7FFF,$00670032,$00337FFF,$006A00B9,$00BA7FFF,$006D0031,$00327FFF,$007000B8,$00B97FFF,$00740030,$00317FFF,$007600B7,$00B87FFF,$00770030,$00337FFF,$00780033,$00397FFF,$00790039,$003F7FFF,$007A003F,$00457FFF,$007B0045,$004B7FFF,$007C004B,$00517FFF,$007D0051,$005700B6,$00B77FFF,$007E0057,$005D7FFF,$007F005D,$00637FFF,$00800063,$00697FFF,$00810069,$006F7FFF,$0082006F,$00757FFF,$00830075,$007B00B5,$00B67FFF,$0084007B,$00817FFF,$00850081,$00877FFF,$00860087,$008D7FFF,$0087008D,$00937FFF,$00880093,$00997FFF,$00890099,$009F7FFF,$008A009F,$00A500B4,$00B57FFF,$008B00A5,$00AB7FFF,$008C00AB,$00B17FFF,$008D00B1,$00B47FFF,$7FFF0000};
  94.     Cursor is oFingerCursor; 
  95.     X is 53; Y is 123; 
  96.     Width is 202; Height is 152; 
  97.     
  98.     
  99.     Events is [
  100.         cMouseUpEvent
  101.         with Flags is $00004004; Flag is true; 
  102.             Commands is [
  103.                 cBrowseCommand
  104.                 with Flags is $00004004; URL is "f25.k"; end
  105.             ];
  106.         end
  107.     ];
  108. end;
  109.  
  110. object o265 is cBox
  111. with 
  112.     Flags is $00000150; 
  113.     Name is "26"; 
  114.     Region is {$FFFF023C,$0008001F,$007F00B4,$00080032,$00367FFF,$00090036,$003D7FFF,$000A003D,$00437FFF,$000B0031,$00320043,$004A7FFF,$000C004A,$00507FFF,$000D0050,$00567FFF,$000E0056,$005D7FFF,$000F005D,$00637FFF,$00100030,$00310063,$006A7FFF,$0011006A,$00707FFF,$00120070,$00777FFF,$00130077,$007D7FFF,$0014007D,$00847FFF,$0015002F,$00300084,$008A7FFF,$0016008A,$00917FFF,$00170091,$00977FFF,$00180097,$009D7FFF,$0019009D,$00A47FFF,$001A00A4,$00AA7FFF,$001B002E,$002F00AA,$00B17FFF,$001C00B1,$00B47FFF,$001F00B3,$00B47FFF,$0020002D,$002E7FFF,$0025002C,$002D00B2,$00B37FFF,$002B002B,$002C00B1,$00B27FFF,$0030002A,$002B7FFF,$003100B0,$00B17FFF,$00350029,$002A7FFF,$003700AF,$00B07FFF,$003B0028,$00297FFF,$003D00AE,$00AF7FFF,$00400027,$00287FFF,$004300AD,$00AE7FFF,$00450026,$00277FFF,$004900AC,$00AD7FFF,$004A0025,$00267FFF,$004F00AB,$00AC7FFF,$00500024,$00257FFF,$00550023,$002400AA,$00AB7FFF,$005A0022,$00237FFF,$005B00A9,$00AA7FFF,$00600021,$00227FFF,$006100A8,$00A97FFF,$00650020,$00217FFF,$006700A7,$00A87FFF,$006A001F,$00207FFF,$006D001F,$002200A6,$00A77FFF,$006E0022,$00287FFF,$006F0028,$002F7FFF,$0070002F,$00357FFF,$00710035,$003B7FFF,$0072003B,$00427FFF,$00730042,$004800A5,$00A67FFF,$00740048,$004E7FFF,$0075004E,$00547FFF,$00760054,$005B7FFF,$0077005B,$00617FFF,$00780061,$00677FFF,$00790067,$006E00A4,$00A57FFF,$007A006E,$00747FFF,$007B0074,$007A7FFF,$007C007A,$00807FFF,$007D0080,$00877FFF,$007E0087,$008D7FFF,$007F008D,$00A47FFF,$7FFF0000};
  115.     Cursor is oFingerCursor; 
  116.     X is 53; Y is 236; 
  117.     Width is 185; Height is 127; 
  118.     
  119.     
  120.     Events is [
  121.         cMouseUpEvent
  122.         with Flags is $00000004; Flag is true; 
  123.             Commands is [
  124.                 cBrowseCommand
  125.                 with Flags is $00000004; URL is "f26.k"; end
  126.             ];
  127.         end
  128.     ];
  129. end;
  130.  
  131. object o276 is cBox
  132. with 
  133.     Name is "27"; 
  134.     Region is {$FFFF025C,$00000015,$007900A7,$00000029,$00437FFF,$00010043,$00497FFF,$00020049,$00507FFF,$00030028,$00290050,$00567FFF,$00040056,$005D7FFF,$0005005D,$00637FFF,$00060063,$006A7FFF,$0007006A,$00707FFF,$00080027,$00280070,$00777FFF,$00090077,$007D7FFF,$000A007D,$00847FFF,$000B0084,$008A7FFF,$000C008A,$00907FFF,$000D0026,$00270090,$00977FFF,$000E0097,$009D7FFF,$000F009D,$00A47FFF,$001000A4,$00A77FFF,$00120025,$00267FFF,$001300A6,$00A77FFF,$00170024,$00257FFF,$001900A5,$00A67FFF,$001C0023,$00247FFF,$001F00A4,$00A57FFF,$00200022,$00237FFF,$002400A3,$00A47FFF,$00250021,$00227FFF,$002A0020,$002100A2,$00A37FFF,$002F001F,$00207FFF,$003000A1,$00A27FFF,$0034001E,$001F7FFF,$003600A0,$00A17FFF,$0039001D,$001E7FFF,$003C009F,$00A07FFF,$003E001C,$001D7FFF,$0042001B,$001C009E,$009F7FFF,$0047001A,$001B009D,$009E7FFF,$004C0019,$001A7FFF,$004D009C,$009D7FFF,$00510018,$00197FFF,$0053009B,$009C7FFF,$00560017,$00187FFF,$0059009A,$009B7FFF,$005B0016,$00177FFF,$005F0099,$009A7FFF,$00600015,$00167FFF,$00620015,$00187FFF,$00630018,$001D7FFF,$0064001D,$00237FFF,$00650023,$00280098,$00997FFF,$00660028,$002E7FFF,$0067002E,$00347FFF,$00680034,$00397FFF,$00690039,$003F7FFF,$006A003F,$00440097,$00987FFF,$006B0044,$004A7FFF,$006C004A,$004F7FFF,$006D004F,$00557FFF,$006E0055,$005B7FFF,$006F005B,$00607FFF,$00700060,$00660096,$00977FFF,$00710066,$006B7FFF,$0072006B,$00717FFF,$00730071,$00767FFF,$00740076,$007C7FFF,$0075007C,$00827FFF,$00760082,$00870095,$00967FFF,$00770087,$008D7FFF,$0078008D,$00927FFF,$00790092,$00957FFF,$7FFF0000};
  135.     Cursor is oFingerCursor; 
  136.     X is 50; Y is 350; 
  137.     Width is 177; Height is 129; 
  138.     
  139.     
  140.     Events is [
  141.         cMouseUpEvent
  142.         with Flag is true; 
  143.             Commands is [
  144.                 cBrowseCommand
  145.                 with URL is "f27.k"; end
  146.             ];
  147.         end
  148.     ];
  149. end;
  150.  
  151. object o287 is cBox
  152. with 
  153.     release Editor:
  154.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  155.     end;
  156.     Name is "28"; 
  157.     Region is {$FFFF0144,$00070003,$00790092,$0007000D,$00157FFF,$00080015,$00267FFF,$00090026,$00377FFF,$000A0037,$00477FFF,$000B000C,$000D0047,$00587FFF,$000C0058,$00687FFF,$000D0068,$00797FFF,$000E0079,$008A7FFF,$000F008A,$00927FFF,$00150091,$00927FFF,$0016000B,$000C7FFF,$0020000A,$000B7FFF,$00210090,$00917FFF,$002A0009,$000A7FFF,$002C008F,$00907FFF,$00350008,$00097FFF,$0038008E,$008F7FFF,$003F0007,$00087FFF,$0044008D,$008E7FFF,$004A0006,$00077FFF,$0050008C,$008D7FFF,$00540005,$00067FFF,$005C008B,$008C7FFF,$005E0004,$00057FFF,$0067008A,$008B7FFF,$00690003,$00047FFF,$006E0003,$00097FFF,$006F0009,$00157FFF,$00700015,$00217FFF,$00710021,$002E7FFF,$0072002E,$003A7FFF,$0073003A,$00460089,$008A7FFF,$00740046,$00527FFF,$00750052,$005E7FFF,$0076005E,$006B7FFF,$0077006B,$00777FFF,$00780077,$00837FFF,$00790083,$00897FFF,$7FFF0000};
  158.     Cursor is oFingerCursor; 
  159.     X is 53; Y is 446; 
  160.     Width is 149; Height is 133; 
  161.     
  162.     
  163.     Events is [
  164.         cMouseUpEvent
  165.         with Flag is true; 
  166.             Commands is [
  167.                 cBrowseCommand
  168.                 with URL is "f28.k"; end
  169.             ];
  170.         end
  171.     ];
  172. end;
  173.  
  174. object o298 is cBox
  175. with 
  176.     release Editor:
  177.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  178.     end;
  179.     Name is "29"; 
  180.     Region is {$FFFF013C,$000D0014,$007B00A0,$000D0093,$009A7FFF,$000E0082,$00937FFF,$000F0071,$00827FFF,$00100060,$00717FFF,$0011004F,$00607FFF,$0012003E,$004F7FFF,$0013002D,$003E7FFF,$0014001C,$002D009A,$009B7FFF,$00150014,$001C7FFF,$00170014,$00157FFF,$00190015,$00167FFF,$001F0016,$00177FFF,$0025009B,$009C7FFF,$00280017,$00187FFF,$00320018,$00197FFF,$0035009C,$009D7FFF,$003C0019,$001A7FFF,$0045001A,$001B7FFF,$0046009D,$009E7FFF,$004F001B,$001C7FFF,$0056009E,$009F7FFF,$0058001C,$001D7FFF,$0062001D,$001E7FFF,$0067009F,$00A07FFF,$006C001E,$001F7FFF,$0070009B,$00A07FFF,$00710090,$009B7FFF,$00720084,$00907FFF,$00730078,$00847FFF,$0074006D,$00787FFF,$0075001F,$00200061,$006D7FFF,$00760055,$00617FFF,$0077004A,$00557FFF,$0078003E,$004A7FFF,$00790032,$003E7FFF,$007A0027,$00327FFF,$007B0020,$00277FFF,$7FFF0000};
  181.     Cursor is oFingerCursor; 
  182.     X is 320; Y is 13; 
  183.     Width is 163; Height is 134; 
  184.     
  185.     
  186.     Events is [
  187.         cMouseUpEvent
  188.         with Flags is $00000004; Flag is true; 
  189.             Commands is [
  190.                 cBrowseCommand
  191.                 with Flags is $00000004; URL is "f29.k"; end
  192.             ];
  193.         end
  194.     ];
  195. end;
  196.  
  197. object o309 is cBox
  198. with 
  199.     Flags is $00000150; 
  200.     Name is "30"; 
  201.     Region is {$FFFF016C,$0003000E,$0074009D,$0003008B,$00917FFF,$0004007D,$008B7FFF,$0005006F,$007D7FFF,$00060061,$006F0091,$00927FFF,$00070053,$00617FFF,$00080044,$00537FFF,$00090036,$00447FFF,$000A0028,$00367FFF,$000B001A,$00287FFF,$000C0012,$001A7FFF,$000D0011,$00127FFF,$000E0010,$00110092,$00937FFF,$000F000F,$00107FFF,$0010000E,$000F7FFF,$0015000E,$000F7FFF,$00160093,$00947FFF,$001E0094,$00957FFF,$0020000F,$00107FFF,$00260095,$00967FFF,$002B0010,$00117FFF,$002E0096,$00977FFF,$00360011,$00120097,$00987FFF,$003E0098,$00997FFF,$00410012,$00137FFF,$00460099,$009A7FFF,$004C0013,$00147FFF,$004E009A,$009B7FFF,$0056009B,$009C7FFF,$00570014,$00157FFF,$005E009C,$009D7FFF,$00620015,$00167FFF,$006A0097,$009D7FFF,$006B008A,$00977FFF,$006C007D,$008A7FFF,$006D0016,$0017006F,$007D7FFF,$006E0062,$006F7FFF,$006F0054,$00627FFF,$00700047,$00547FFF,$0071003A,$00477FFF,$0072002C,$003A7FFF,$0073001F,$002C7FFF,$00740017,$001F7FFF,$7FFF0000};
  202.     Cursor is oFingerCursor; 
  203.     X is 331; Y is 127; 
  204.     Width is 170; Height is 128; 
  205.     
  206.     
  207.     Events is [
  208.         cMouseUpEvent
  209.         with Flags is $00000004; Flag is true; 
  210.             Commands is [
  211.                 cBrowseCommand
  212.                 with Flags is $00000004; URL is "f30.k"; end
  213.             ];
  214.         end
  215.     ];
  216. end;
  217.  
  218. object o3110 is cBox
  219. with 
  220.     Name is "31"; 
  221.     Region is {$FFFF0108,$000C000E,$007D0097,$000C0089,$008F7FFF,$000D007C,$00897FFF,$000E006F,$007C7FFF,$000F0062,$006F7FFF,$00100055,$00627FFF,$00110047,$00557FFF,$0012003A,$0047008F,$00907FFF,$0013002D,$003A7FFF,$00140020,$002D7FFF,$00150013,$00207FFF,$0016000E,$00137FFF,$001E000E,$000F7FFF,$001F0090,$00917FFF,$002C0091,$00927FFF,$0033000F,$00107FFF,$00390092,$00937FFF,$00470093,$00947FFF,$00480010,$00117FFF,$00540094,$00957FFF,$005D0011,$00127FFF,$00610095,$00967FFF,$006E0096,$00977FFF,$00720012,$00137FFF,$0076008F,$00977FFF,$0077007C,$008F7FFF,$00780069,$007C7FFF,$00790056,$00697FFF,$007A0043,$00567FFF,$007B0030,$00437FFF,$007C001D,$00307FFF,$007D0013,$001D7FFF,$7FFF0000};
  222.     Cursor is oFingerCursor; 
  223.     X is 345; Y is 222; 
  224.     Width is 163; Height is 134; 
  225.     
  226.     
  227.     Events is [
  228.         cMouseUpEvent
  229.         with Flag is true; 
  230.             Commands is [
  231.                 cBrowseCommand
  232.                 with URL is "f31.k"; end
  233.             ];
  234.         end
  235.     ];
  236. end;
  237.  
  238. object o3211 is cBox
  239. with 
  240.     release Editor:
  241.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  242.     end;
  243.     Name is "32"; 
  244.     Region is {$FFFF017C,$00040008,$00740099,$00040088,$008F7FFF,$00050077,$00887FFF,$00060067,$00777FFF,$00070057,$00677FFF,$00080046,$0057008F,$00907FFF,$00090036,$00467FFF,$000A0008,$00090026,$00367FFF,$000B0009,$000B0015,$00267FFF,$000C000B,$00157FFF,$000D0008,$00097FFF,$00120090,$00917FFF,$00140009,$000A7FFF,$001B000A,$000B7FFF,$001C0091,$00927FFF,$0022000B,$000C7FFF,$00260092,$00937FFF,$0029000C,$000D7FFF,$0030000D,$000E0093,$00947FFF,$0037000E,$000F7FFF,$003A0094,$00957FFF,$003E000F,$00107FFF,$00440095,$00967FFF,$00450010,$00117FFF,$004C0011,$00127FFF,$004E0096,$00977FFF,$00530012,$00137FFF,$00580097,$00987FFF,$005A0013,$00147FFF,$00610014,$00157FFF,$00620098,$00997FFF,$00680015,$00160095,$00997FFF,$0069008A,$00957FFF,$006A007F,$008A7FFF,$006B0074,$007F7FFF,$006C0069,$00747FFF,$006D005E,$00697FFF,$006E0054,$005E7FFF,$006F0016,$00170049,$00547FFF,$0070003E,$00497FFF,$00710033,$003E7FFF,$00720028,$00337FFF,$0073001D,$00287FFF,$00740017,$001D7FFF,$7FFF0000};
  245.     Cursor is oFingerCursor; 
  246.     X is 349; Y is 335; 
  247.     Width is 173; Height is 144; 
  248.     
  249.     
  250.     Events is [
  251.         cMouseUpEvent
  252.         with Flag is true; 
  253.             Commands is [
  254.                 cBrowseCommand
  255.                 with URL is "f32.k"; end
  256.             ];
  257.         end
  258.     ];
  259. end;
  260.  
  261. object o3312 is cBox
  262. with 
  263.     Flags is $00000150; 
  264.     Name is "33"; 
  265.     Region is {$FFFF0108,$000A000D,$007E009A,$000A008D,$00937FFF,$000B007E,$008D7FFF,$000C006F,$007E7FFF,$000D0060,$006F7FFF,$000E0051,$00607FFF,$000F0042,$00517FFF,$00100033,$00427FFF,$00110024,$00330093,$00947FFF,$00120015,$00247FFF,$0013000D,$00157FFF,$0017000D,$000E7FFF,$00200094,$00957FFF,$0027000E,$000F7FFF,$002F0095,$00967FFF,$003F0096,$00977FFF,$0040000F,$00107FFF,$004E0097,$00987FFF,$00580010,$00117FFF,$005D0098,$00997FFF,$006C0099,$009A7FFF,$00710011,$00127FFF,$00750093,$009A7FFF,$00760084,$00937FFF,$00770075,$00847FFF,$00780066,$00757FFF,$00790057,$00667FFF,$007A0048,$00577FFF,$007B0039,$00487FFF,$007C002A,$00397FFF,$007D001B,$002A7FFF,$007E0012,$001B7FFF,$7FFF0000};
  266.     Cursor is oFingerCursor; 
  267.     X is 356; Y is 431; 
  268.     Width is 163; Height is 134; 
  269.     
  270.     
  271.     Events is [
  272.         cMouseUpEvent
  273.         with Flags is $00000004; Flag is true; 
  274.             Commands is [
  275.                 cBrowseCommand
  276.                 with Flags is $00000004; URL is "f33.k"; end
  277.             ];
  278.         end
  279.     ];
  280. end;
  281.  
  282. object o3417 is cBox
  283. with 
  284.     Flags is $00000150; 
  285.     Name is "34"; 
  286.     Region is {$FFFF0118,$00120007,$00800096,$00120013,$00147FFF,$00130013,$001C7FFF,$00140013,$0014001C,$002F7FFF,$0015002F,$00427FFF,$00160042,$00547FFF,$00170054,$00677FFF,$00180067,$007A7FFF,$0019007A,$008D7FFF,$001A008D,$00967FFF,$001C0012,$00137FFF,$00240011,$00120095,$00967FFF,$002C0010,$00117FFF,$0034000F,$00107FFF,$00390094,$00957FFF,$003C000E,$000F7FFF,$0045000D,$000E7FFF,$004D000C,$000D0093,$00947FFF,$0055000B,$000C7FFF,$005D000A,$000B7FFF,$00610092,$00937FFF,$00650009,$000A7FFF,$006D0008,$00097FFF,$00750007,$00087FFF,$00760091,$00927FFF,$00790007,$00117FFF,$007A0011,$00257FFF,$007B0025,$00387FFF,$007C0038,$004C7FFF,$007D004C,$00607FFF,$007E0060,$00737FFF,$007F0073,$00877FFF,$00800087,$00917FFF,$7FFF0000};
  287.     Cursor is oFingerCursor; 
  288.     X is 600; Y is 25; 
  289.     Width is 173; Height is 144; 
  290.     
  291.     
  292.     Events is [
  293.         cMouseUpEvent
  294.         with Flags is $00000004; Flag is true; 
  295.             Commands is [
  296.                 cBrowseCommand
  297.                 with Flags is $00000004; URL is "f34.k"; end
  298.             ];
  299.         end
  300.     ];
  301. end;
  302.  
  303. object o3513 is cBox
  304. with 
  305.     Flags is $00000150; 
  306.     Name is "35"; 
  307.     Region is {$FFFF00B8,$001B0011,$00840097,$001B0014,$001F7FFF,$001C0014,$0015001F,$003A7FFF,$001D003A,$00547FFF,$001E0054,$006F7FFF,$001F006F,$008A7FFF,$0020008A,$00977FFF,$00280096,$00977FFF,$00290014,$00157FFF,$00390095,$00967FFF,$00420013,$00147FFF,$004A0094,$00957FFF,$005A0093,$00947FFF,$005B0012,$00137FFF,$006B0092,$00937FFF,$00740011,$00127FFF,$007C0091,$00927FFF,$00800011,$00217FFF,$00810021,$00417FFF,$00820041,$00617FFF,$00830061,$00817FFF,$00840081,$00917FFF,$7FFF0000};
  308.     Cursor is oFingerCursor; 
  309.     X is 593; Y is 125; 
  310.     Width is 173; Height is 144; 
  311.     
  312.     
  313.     Events is [
  314.         cMouseUpEvent
  315.         with Flags is $00000004; Flag is true; 
  316.             Commands is [
  317.                 cBrowseCommand
  318.                 with Flags is $00000004; URL is "f35.k"; end
  319.             ];
  320.         end
  321.     ];
  322. end;
  323.  
  324. object oBTdroite14 is cImage
  325. with 
  326.     Flags is $00000150; 
  327.     Name is "BTdroite"; 
  328.     Shown is false; Cursor is oFingerCursor; 
  329.     X is 609; Y is 573; 
  330.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  331.     
  332.     URL is "../Images/actor%20droite.jpg"; 
  333.     
  334.     
  335.     Events is [
  336.         cMouseEnterEvent
  337.         with Flags is $00000004; 
  338.             Commands is [
  339.                 cShowCommand
  340.                 with Flags is $00000004; Target is oTargetSelf; end
  341.             ];
  342.         end,
  343.         cMouseLeaveEvent
  344.         with Flags is $00000004; 
  345.             Commands is [
  346.                 cShowCommand
  347.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  348.             ];
  349.         end,
  350.         cMouseUpEvent
  351.         with Flags is $00000004; Flag is true; 
  352.             Commands is [
  353.                 cBrowseCommand
  354.                 with Flags is $00000004; URL is "mm1.k"; end
  355.             ];
  356.         end
  357.     ];
  358. end;
  359.  
  360. object oBTgauch15 is cImage
  361. with 
  362.     Name is "BTgauch"; 
  363.     Shown is false; Cursor is oFingerCursor; 
  364.     X is 593; Y is 573; 
  365.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  366.     
  367.     URL is "../Images/actor%20gauche.jpg"; 
  368.     
  369.     
  370.     Events is [
  371.         cMouseEnterEvent
  372.         with 
  373.             Commands is [
  374.                 cShowCommand
  375.                 with Target is oTargetSelf; end
  376.             ];
  377.         end,
  378.         cMouseLeaveEvent
  379.         with 
  380.             Commands is [
  381.                 cShowCommand
  382.                 with Target is oTargetSelf; Mode is Clear; end
  383.             ];
  384.         end,
  385.         cMouseUpEvent
  386.         with Flag is true; 
  387.             Commands is [
  388.                 cBrowseCommand
  389.                 with URL is "mm2.k"; end
  390.             ];
  391.         end
  392.     ];
  393. end;
  394.  
  395. object ommsomm16 is cImage
  396. with 
  397.     Flags is $00000150; 
  398.     Name is "mmsomm"; 
  399.     Shown is false; Cursor is oFingerCursor; 
  400.     X is 629; Y is 573; 
  401.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  402.     
  403.     URL is "../Images/actor%20somm.jpg"; 
  404.     
  405.     
  406.     Events is [
  407.         cMouseEnterEvent
  408.         with Flags is $00000004; 
  409.             Commands is [
  410.                 cShowCommand
  411.                 with Flags is $00000004; Target is oTargetSelf; end
  412.             ];
  413.         end,
  414.         cMouseLeaveEvent
  415.         with Flags is $00000004; 
  416.             Commands is [
  417.                 cShowCommand
  418.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  419.             ];
  420.         end,
  421.         cMouseUpEvent
  422.         with Flags is $00000004; Flag is true; 
  423.             Commands is [
  424.                 cBrowseCommand
  425.                 with Flags is $00000004; URL is "sommaire.k"; end
  426.             ];
  427.         end
  428.     ];
  429. end;